home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20031118-20041115
/
000288_google@macrotex.net_Sun May 9 17:25:47 2004.msg
< prev
next >
Wrap
Internet Message Format
|
2004-11-14
|
2KB
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!msi.co.jp!news.media.kyoto-u.ac.jp!CALA-MUZIK!news.moat.net!news.glorb.com!postnews1.google.com!not-for-mail
From: google@macrotex.net (Rich Evans)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Forcing binary mode transfer
Date: 9 May 2004 08:58:55 -0700
Organization: http://groups.google.com
Lines: 23
Message-ID: <422494b1.0405090758.4eacb73@posting.google.com>
References: <6bd7331b.0405070413.749e75d1@posting.google.com>
NNTP-Posting-Host: 12.221.109.52
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1084118336 32169 127.0.0.1 (9 May 2004 15:58:56 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 9 May 2004 15:58:56 +0000 (UTC)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15009
Thank you very much. That seems to have solved it.
adam@macrotex.net (A. Lewenberg) wrote in message news:<6bd7331b.0405070413.749e75d1@posting.google.com>...
> I am having trouble getting Kermit to transfer some files in binary
> mode. Here is the setup:
>
> I am transfering some EPS (Encapsulated PostScript) files FROM my home
> Windows 2000 machine TO a Solaris 5.8 machine. The Windows machine is
> running Kermit 95 2.1.3 while the Solaris machine is running C-Kermit
> 8.0.209.
>
> I first connect to the Solaris machine using the ssh feature of Kermit
> 95. I start Kermit on the Solaris machine with the command "kermit
> -ix" and escape back to the Kermit 95 prompt and type at the prompt
> "SET FILE TYPE BINARY". I then type "send test.eps" and the file
> "successfully" transfers but the transfer window always indicates
> "File Type: TEXT (ascii => ascii)". I do not have a .kermrc in my home
> directory on the Solaris side.
>
> What do I have to do do force Kermit to send a file in binary mode?
>
> Thank you.